home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / guis / gadutil / docs / autodocs / 50.gu_clearwindow < prev    next >
Text File  |  1996-07-16  |  490b  |  24 lines

  1. gadutil.library/GU_ClearWindow                 gadutil.library/GU_ClearWindow
  2.  
  3.    NAME
  4.     GU_ClearWindow -- Fill the inside of a window with selected color.
  5.  
  6.    SYNOPSIS
  7.     GU_ClearWindow(window, color)
  8.                    A0      D0
  9.  
  10.     VOID GU_ClearWindow(struct Window *, UWORD);
  11.  
  12.    FUNCTION
  13.     Fills the inner area of a window with given color.
  14.  
  15.    INPUTS
  16.     window - pointer to the window to be filled
  17.  
  18.     color - the color to use. Use color 0 to clear the window.
  19.  
  20.    BUGS
  21.     none known
  22.  
  23.    SEE ALSO
  24.